ci: install make
authorFelix Krull <f_krull@gmx.de>
Thu, 31 Oct 2019 12:53:12 +0000 (13:53 +0100)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:55 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index ff535e2537aeb88587e2ee7d1544f398446b639a..00ffb39b943fef59658f6eb3fcea3d50e1c4231c 100644 (file)
@@ -9,7 +9,7 @@ variables:
   OSTREE_VERSION: v2019_3
 
 before_script:
-- dnf install -y cargo rust clippy rustfmt git ostree-devel
+- dnf install -y cargo rust clippy rustfmt git make ostree-devel
 - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
 
 cache: